Search results for

Building for iOS Simulator, but the linked and embedded framework ‘XX.framework‘ was built for

186,325 results found

Post

Replies

Boosts

Views

Activity

Reply to on demand resources in iOS7?
On-demand resources are predicated on the App Store serving up the initial portion of the application binary and then expecting the application to request the rest manually when it's likely to need it. NSBundleResourceRequest, a key part of the API for managing on demand resources, is new for iOS 9.Which means that applications running on earlier versions of iOS are going to need to given a compatibility behavior--everything gets downloaded--or they're just not going to work at all.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
NSDateFormatter replacing colons with dots
Hi allI just put iOS 9 on a device and downloaded my app from the app store.The affected code is swift code.When i use a dateformatter with format:yyyy-MM-dd'T'HH:mm:ss.SSSSSZZZIt translates to2015-05-30T10.52.00.00000+0200 instead of 2015-05-30T10:52:00.00000+0200Anyone else experiencing this?I am using a very specific format here, the colons are specified directly, its pretty crazy they would turn into dots...I have not download the new xcode yet so i haven't seen it in debug mode, but this is what is sent to my backend server from iOS 9.Thanks in advance
4
0
686
Jun ’15
Reply to Redeem Code
I could not redeem the code from within Safari as it kept taking me to my Top Sites instead of launching the App Store. The only way I found to get around it was use Chrome browser, login to the Developer site and select the download link. This launched the App Store and redeemed the code. However even though my code is redeemed I still have no updates showing in the App Store despite several refreshes.Maybe I just need to be patient although I would like to know why none oif the worked in Safari Version 8.0.7 (10600.7.7)
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to How compile ios 8 app for iphone ios 9
Ad hoc distribution is the supported mechanism to use if you want to build using an old version of Xcode and load the application onto a device too new for that version of Xcode.There are hackish work arounds involving swapping between Xcode 6 and Xcode 7, but that's likely to cause handshaking problems with the device.
Jun ’15
Install iOS simulators from the command line
Hi,We have a CI setup with multiple slaves. One stumbling block for us is that different versions of the iOS simulator need to be installed from the Downloads tab in the Xcode Preferences. Ideally there would be a command line tool that we could run to download and install specific versions. Does this exist?Many thanks,Charles
4
0
2.3k
Jun ’15
Reply to Generics?
If you dig in to the Xcode-beta bundle and find the framework headers, here's how NSArray is now declared:@interface NSArray<__covariant ObjectType> : NSObject <NSCopying, NSMutableCopying, NSSecureCoding, NSFastEnumeration>That <__covariant ObjectType> bit sure looks to me like a user-accessible generic syntax. (Covariant and its opposite, contravariant, have to do with which direction the types should be considered compatible in; for instance, should you be able to pass an NSArray<NSString *> where an NSArray<NSObject *> is expected? Or vice versa? Or neither one?)
Topic: Programming Languages SubTopic: General Tags:
Jun ’15
xcodebuild
I have a question regarding xcodebuild. I have created a static library and I want to build it and create my .a file without using Xcode. I run xcodebuild from the terminal and it runs without generating an error and tells me that the code is built but there are no files generated in product folder. Any thoughts?
1
0
971
Jun ’15
Dynamically link command line tool against swift libraries
I have a bunch of command line tools all installed together (via an installer package) and I would like to avoid having 5MB of swift libraries embedded in each one of them. Is it possible for all my binaries to dynamically link against the same set of libraries? I looked into the build settings but can't find any switch from static to dynamic linking.
0
0
364
Jun ’15
ADV_SCAN_IND packets only received once for 1 peripheral.
I am trying to discover BLE advertising packets sent by periferal to iOS.A strange behavior that I am observing is that I am only getting ADV_SCAN_IND packets only once for 1 peripheral, while ADV_IND and SCAN_RESP is recieved regularly.I want to use ADV_SCAN_IND to pass-on actions from peripherals to iOS devices, but with current observations it is not looking feasible.Can someone expain how the ADV_SCAN_IND and ADV_IND is treated differently by Apple.
0
0
588
Jun ’15
Reply to iOS 9 Beta battery life
Considering it is my only device, I can't say i am forced to use iOS 9...but since it is good to test with the latest version, so i am here to report my finding..Historically iOS betas alwasy had poor battery life but never had anything like getting 20% left half day ....wich is surprising considering it is an update tailored at improving battery life...Will i survive? YES Do I understand it is beta? YES ....will it improve? YES an I worried? NO.... but I have to say i am not happy.. now i have to traverl with my battery pack always behind...::(
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Low sound
On my iPad Mini 3 the sound that is coming out of the speakers is very low. The volume level is set to max and limit volume is off. Can hardly hear the lock sound when locking. Music is quiet and so are videos in Safari. All was fine in iOS 8.3. Only started when installed the beta. I also have the beta in my iPhone 6 and that is fine. Only effecting iPad Mini 3.
3
0
908
Jun ’15