xcode7-beta3 Questions

7

Solved

When two alert present one by one, i means one alert present and over them another alert presenting and app crashing. I have used UIAlertController to display alert. App crashing only in iOS 9 devi...
Multifoil asked 14/7, 2015 at 12:38

7

I have a problem after XCode7 beta 3 installation: is not possible for me to use Xcode because every time it crash at startup! I have only the crash report but I don't understand where is the probl...
Cobos asked 11/7, 2015 at 7:56

7

I have just started trying to learn Swift, but one error keeps cropping up time and again and I can not find out why - "Editor placeholder in source code". What could be causing this (I am unable t...
Goodsized asked 12/8, 2015 at 14:35

2

My app have a watch kit support. Previously, with Xcode 6.4 my app was running properly. After updating with Xcode 7 beta 3 I am getting this error - No architectures to compile for (ARCHS=, VA...
Fascia asked 21/7, 2015 at 6:7

3

When I try to run multiple UI tests at the same time in the new Xcode beta, it fails after the first test, with the error "UI Testing Failure: App state is still not terminated" for each test after...

2

Our command used to be like this xcodebuild -configuration Release -target "xxx" -sdk iphoneos9.0 -scheme "xxx" archive Now in Xcode 7, we get this error: Build settings from command line: SDK...
Ferneferneau asked 17/7, 2015 at 15:7

2

Solved

I am receiving a "nil" error when trying to set the image for a button programmatically. What am I doing wrong? These are all not optionals. @IBOutlet weak var scrollView: UIScrollView! var imag...
Prager asked 18/7, 2015 at 5:31

4

I created a brand new empty apple watch app in XCode 7.0 beta 3 (7A152u). In the simulator it runs fine, however I can't get it to work on a real apple watch. The app launches but watch device is ...
Pacifier asked 18/7, 2015 at 9:52

5

I was able to open apps from safari this way: window.location = 'myapp://do/xx'; or open facebook app: window.location = 'fb://'; But this stopped working in iOS9. How can I open apps using ...
Ignore asked 11/7, 2015 at 20:45

3

I received these warnings that have haunted me for two days. dyld: warning, LC_RPATH @executable_path/../lib in /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/../../...
Hampden asked 3/8, 2015 at 3:22

3

Solved

Hello I've made an iOS game named 'Racing Horses' and published it to App Store. It was fine with playing on iOS 8.x.x, but after I installed iOS 9 Beta 3, in the same game (same codes), iPhone can...
Grearson asked 19/7, 2015 at 13:55

2

Tried a public sample code project and my own project. Observe no problem with watchOS 1. watchOS 2 App installs and operates successfully on the real Apple Watch and the simulator, but it won't s...
Snowwhite asked 6/7, 2015 at 23:40

2

Solved

I like having my files sorted by name, but I don't seem to be able to find an option in Xcode to allow me to sort by name automatically in the project navigator (not the right click and sort by nam...
Treulich asked 21/7, 2015 at 7:8

1

Solved

Trying to use dispatch_async in which i need a throwable call, but Swift's new error handling, and method calls are confusing me, if anyone could show me how to do this correctly, or point me in th...
Lathing asked 28/7, 2015 at 1:43

1

Ever since Embedded Binaries were introduced in iOS 8, I have been wanting to port a lot of my common code into frameworks. I decided to wait one year before doing it and this year, with Xcode 7 Be...
Adigun asked 17/7, 2015 at 19:14

1

Solved

While messing around with Swift, I noticed that when the 64 bit integer overflows, I get the following error: file:///Users/user/Documents/playground/MyPlayground.playground/: error: Playground...
Foltz asked 14/7, 2015 at 21:18
1

© 2022 - 2024 — McMap. All rights reserved.