Search results for

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

186,359 results found

Post

Replies

Boosts

Views

Activity

Reply to Unable to run updated WatchKit app in Xcode 7's simulator
i installed into Applications. The betas a apropriately named so there is no problem coexisting with release. I have reset the content of both iOS and watchOS simulators and restarted both and that lets me run the watch app once. To debug again the reset of content has to be repeated in my experience so far. Very slow debug cycle.So far no luch doing the same on device.
Jun ’15
app won't run
Had my app running on my watch with Watch OS1 and wanted to try OS2. Installed iOS 9 and Xcode 7.After several failed attempts, I went back to my non-watch app and added a new target for the Watch OS2.Added my storyboard contents, icons, etc.When I run the Watch App, it installs the icon, the app, sets everything up, and then Xcode says Finished running the app.If I tap the icon on the watch, it spins forever.If I try to look at the glance, it has an activity indicator that spins forever.There aren't any error messages, yet the app won't run.Does anyone have any ideas that I can try?
4
0
1k
Jun ’15
Abort trap: 6
I'm getting an Abort Trap: 6 after bringing in over a project from XCode 6.3. Here's what I'm getting in 7.0:CompileSwift normal x86_64 /Users/mike/Cocoa/BitBucket/bassoon-fingerings-3.0/Bassoon Fingerings/MusicStaffView/MusicStaffViewElementLayer.swift cd /Users/mike/Cocoa/BitBucket/bassoon-fingerings-3.0 /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /Users/mike/Cocoa/BitBucket/bassoon-fingerings-3.0/Bassoon Fingerings/MusicStaffView/MusicStaffViewElement.swift /Users/mike/Cocoa/BitBucket/bassoon-fingerings-3.0/Bassoon Fingerings/MusicStaffView/MusicStaffView.swift /Users/mike/Cocoa/BitBucket/bassoon-fingerings-3.0/Bassoon Fingerings/NotePickerViewController.swift /Users/mike/Cocoa/BitBucket/bassoon-fingerings-3.0/Bassoon Fingerings/FingeringViewController.swift -primary-file /Users/mike/Cocoa/BitBucket/bassoon-fingerings-3.0/Bassoon Fingerings/MusicStaffView/MusicStaffViewElementLayer.swift /Users/mike/Cocoa/BitBucket/bassoon-fingerings-3.0/Ba
10
0
4.3k
Jun ’15
Reply to How to print Swift 2.0 iBook
I like paper too - we probably both have gray hair (if any hair at all 🙂). However, the frameworks change so often not sure it would be productive to print out 5000 pages of paper every few months.What I often do is print out the Guides - those change at a slower pace. Also, I bought a Kindle for the sole purpose of reading Swift docs while sitting in a sand chair at the beach, in bright light. Or read them on long flights.I haven't heard back yet from SiteSucker. Since I can access the index.html file using 'curl', I can only suppose the Apple server knows about SiteSucker and disables it from accessing the files. Really - if we could just get the book directly none of this would come into play.
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
Free Provisioning failing
So, I downloaded Xcode 7 and installed it to be able to use free provisioning to test my app on an iPhone running iOS 8.3 before subscribing to the developer program. Connecting my iPhone, I see it in the toolbar and on the device list in Devices window.I also added my Apple ID in the Preferences' Accounts Tab and it shows Free under iOS and Mac next to my name. Nevertheless when hitting the play/build-and-run button Xcode at first starts building the app but before transferring, I guess, it stops and tells me it was Unable to find a team with the given Team ID '<My ID>' to which you belong. Please contact Apple Developer Program Support. https://developer.apple.com/support, any suggestions what to do?I removed and added my account several times, getting the same message all of the times.
2
0
1.2k
Jun ’15
Can't fetch JSON due to NSInvalidArgumentException
Hey guys,since NSURLConnection is deprecated in iOS 9, I'm trying to replace it with the recommended NSURLSession. When the completion handler of my NSURLSessionDataTask is getting called my app terminates due to an uncaught exception 'NSInvalidArgumentException' – the reason: 'data parameter is nil'. Of course a corrupt URL can be the reason for this error, but I've already checked that. Now, let me show you my code:- (void)downloadItemsWithQuery:(NSString *)searchString { NSString *theQuery = [searchString uppercaseString]; NSString *encodedString = [theQuery stringByAddingPercentEncodingWithAllowedCharacters: [NSCharacterSet characterSetWithCharactersInString:@!*'();:@&=+$,/?%#[]]]; NSURL *theURL = [NSURL URLWithString:[NSString stringWithFormat: @http://alexpoets.com/VPlan/service.php?klasse=%@, encodedString]]; NSURLSessionDataTask *dataTask = [[NSURLSession sharedSession] dataTaskWithURL:theURL completionHandler:^(NSData *data, NSURLResponse *response, NSError *error) { _downloadedData = [[
13
0
3.9k
Jun ’15
Reply to app won't run
I think the problem lies in that it takes a very long time to install the apps. 5+ minutes for me for simple apps.What I end up doing that works for me is Build/run the iPhone app from Xcode to deploy itStop debugging the app in XcodeMake sure Show App on Apple Watch is enabled for my app in the Apple Watch app on the iPhoneSwitch to the Watch and wait untill the new version of the app is installed (takes forever)Manually launch the app.For the most part I do the same using the Simulator as the install is instant.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Urgent: All my provisioning profiles suddenly expired and all apps stopped working
I signed in this morning to developer.apple.com to find that I need to sign some contract with the new terms of service. I couldn't even access most of the site before I signed it. So I did.After that I visited my provisioning profiles section https://developer.apple.com/account/ios/profile/profileList.action?type=production to find that all my provisioning profiles have become expired.Also my apps already on the appstore started crashing. They crash upon launching. Currently none of my users are able to use the app unless they redownload the app from the appstore. I don't know why it works if you redownload it, but I am guessing it has something to do with the provisioning profile issue since:1. this issue is not unique to one app2. I didn't even submit a new version. The apps were running perfectly fine until a few days ago.3. I tried renewing one of the provisioning profiles for a test app and rebuilt it, and the test app started working again.Right now I don't know what I am supposed to do. My us
3
0
1.7k
Jun ’15