Any idea what to do with this compile error in Xcode7? It doesn't like something about the storyboard it seems, but not clear whatCompileStoryboard Classes/Storyboards/AddEditLogs~iphone.storyboard cd /Users/user/Documents/ContactsJournal-316/SimpleList export PATH=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode-beta.app/Contents/Developer/usr/bin/.. /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool --errors --warnings --notices --module CJournal --output-partial-info-plist /Users/user/Library/Developer/Xcode/DerivedData/SimpleList-amnbkfmzfnizoraydqdeqdmphixr/Build/Intermediates/SimpleList.build/Debug-iphonesimulator/SimpleList.build/AddEditLogs~iphone-SBPartialInfo.plist --auto-activate-custom-fonts
Search results for
Building for iOS Simulator, but the linked and embedded framework ‘XX.framework‘ was built for
186,320 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I'm still seeing earlier OS X builds here: https://developer.apple.com/downloads/
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Hi,I encountered this issue since updated to iOS 8.3. My application features are developed by using Core Telephony framework to get signal strength, LAC, CI, MNC, MCC and etc.Environment Detail:Development - Xcode 6iOS 8.3Device - iPhone 5SFeature Detail:GetSignalStrengthGetLACGetCellIDGetMNCGetMCCAny idea?Thank you.Regards,Napak
Ok, thank you for the information. I thought they are not avaiable for people who are not paying for the developer programm. Here is the link for those who didn't see it before seeing this post: http://adcdownload.apple.com/WWDC_2015/Xcode_7_beta/Xcode_7_beta_Release_Notes.pdf
Topic:
Programming Languages
SubTopic:
Swift
Tags:
works fine for me - a ducumentation link would be nice
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I cannot add any cards to Apple Pay. I get a message that says Could Not Add Card: Try again later or contact your card issuer for more information.I have tried with American Express, Mastercard, and Visa with same result, so I don't think card issuer is the issue.I did get e-mails from all of the above listed cards notifying me that the cards previously associated with iOS 8.4 had been deleted from my device, so it would at least appear that the cards are not somehow locked in the phone on the old setting. But I'm unable to add them back in.Any ideas?
Download and install ran smoothly, but my watch has now rebooted to a red exclamation point icon with a link to an Apple support page. I've tried restarting the watch by holding down the crown/button several times but my watch seems to be unable to boot past the exclamation point. What can I do?
I dowloaded Xcode 7 and I'm wondering if we can submit iOS 8 apps built with Xcode 7 to the App Store ? Or must we use Xcode 6 ?Thank you.
I uploaded a new build to iTC and it has been in the processing state for several hours now. How long does this typically take?
Where are you seeing negative press? I have seen developers of other platforms smashing Swift on Hacker News but it seems that acutal iOS developers seem to be happy.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
It's a know issue, https://developer.apple.com/library/prerelease/ios/releasenotes/General/RN-iOSSDK-9.0/index.htmlRead the release notes
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I updated my iPhone to 9.0 beta, installed the profile on the watch and updated the Apple Watch to Watch OS 2.0But now the companion app has problems with the new Watch OS. I can install third party apps with the companion app. But I cannot check in the general settings the software version or other things. The app gives me an allert that it cannot connect to the watch and I should check if the airplane mode is set to off. All the icons of the Apple apps are also not shown in the companion app. There are only these white placeholder icons for them.I can also not change settings for the app. I checked it with the photos app and the sync album is set. But the app on the watch dont show the photos because I think it cannot read the settings.This is what I did. Maybe there was something wrong with the update.- I installed first the latest version of iTunes on my iMac with OSX Yosemite- Then I installed iOS 9 beta on my iPhone 6 Plus- I dont know if it is normal but the watch now was in a state like when
Downgrading iOS devices is not supported. If you need to test on hardware running an older OS version, you have to buy a used device that still has that version installed, and never upgrade it. (You can't choose a specific version to upgrade to either; if you do upgrade, it is always to the latest release version.)Strange but true.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
My app supports Touch ID to allow the user to log in using a saved credential (password).When the user launches the app, they are immediately prompted to touch the home button to log in.A successful touch retrieves the credential and uses it to log in.We have been seeing sporadic problems under iOS 8.3.Upon launch the system will *not* prompt the user to touch, it will instead directly retrieve the correct credential and log in.I set the credential using the following code (some details shortened for readability):-(void)enrollTouchForUser:(NSString *)username { NSString *password = @passwordFromInterface; NSData *encodedPassword = [NSData encodePassword:password forUsername:username]; NSData *encryptionKeyData; // obtained from outside process - code not needed for this sample NSData *encryptedPassword = [NSData encryptDataWithKey:encryptionKeyData withData:encodedPassword]; // add the key to the keychain CFErrorRef error = NULL; SecAccessControlRef sacObject; // Should the secret be invalidated when
Is Slide Over function for iOS 9 on iPad 3rd Generation disabled. or just me?