Search results for

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

186,354 results found

Post

Replies

Boosts

Views

Activity

Reply to iOS 9 Beta battery life
I disabled mobile data completely and enabled power saving mode and Wi-Fi and the battery drainage/leaking stopped completely for me. I am testing iOS 9 beta 1 on my iPhone 6. Now it's been in standby mode that way for 1 hour and 14 minutes and have dropped only 1 %. I've already reported it to Apple.Any one else that can try the same thing on their devices?Cheers!
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to OS X 10.11 SPEED IMPROVEMENT! :)
That's good to hear. I just bought a 13 MBP a week ago, and I was disapointed with the GPU preformance on standard OS animations and transistions. Not as buttery smooth as we would expect from Apple. I think I'll wait A bunch more builds before putting it on this MBP though. (I will try 10.11 on my old 2007 15 MBP when I get the chance)
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
CALayer Undefined symbols error
I am trying to use a CALayer to make a bottom border on a text field. The problem is when I build I get this error. I added the Quartz framework to my app.Undefined symbols for architecture armv7: _OBJC_CLASS_$_CALayer, referenced from: objc-class-ref in StatusViewController.o ld: symbol(s) not found for architecture armv7Code is like this.CALayer *bottomBorder = [CALayer layer]; bottomBorder.frame = CGRectMake( 0.0f, nameTextfield.frame.size.height - 1, nameTextfield.frame.size.width, 1.0f ); bottomBorder.backgroundColor = [UIColor blackColor].CGColor; [nameTextfield.layer addSublayer:bottomBorder];What could the problem be?
Topic: UI Frameworks SubTopic: UIKit Tags:
1
0
2.3k
Jun ’15
WatchOS 2 issue with third-party Calendar sync
I've upgraded to WatchOS 2 (13S5254w) and I'm unable to see my Gmail calendar events on my watch. I can still see my iCloud calendar events, but not any third-party calendar.On my iPhone 5 (iOS 9 beta), I can see all the events from my different calendars just fine.I have already added the UUID of both my iPhone and Watch to the developer devices list. And I have tried restarting both devices. I have also tried removing/adding the calendar glance, and customizing the calendar glance. But nothing seems solve my issue.
1
0
619
Jun ’15
Dismiss color picker?
OS X Cocoa App.I have a Popover window that allows the user to choose a colour for a line on a graph.It uses an NSColorWell. When the user clicks in the well, the Colour Picker appears - which is good.When the user is done, they click away from the Popover and it disappears, but unless they specifically dismiss the colour picker it remains on screen.How can I programatically dismiss the colour picker?(I have some screen shots, but your posts don't appear if you include links to images.)
Topic: UI Frameworks SubTopic: AppKit Tags:
1
0
588
Jun ’15
delete app id results in "An unspecified error occurred"
Step1: Change bundleId in xcode.Step2: Try to delete app Id in https://developer.apple.com/account/ios/identifiers/bundle/bundleList.action=> Error occurs:An unspecified error occurred.The App ID '<prefix>.<bundleID>' appears to be in use by the App Store, so it can not be removed at this time.Can anyone help?
1
0
961
Jun ’15
Reply to Xcode setting ENABLE_BITCODE
When bitcode is enabled for a target, all the objects, static libraries and user frameworks used when linking that target must contain bitcode. Otherwise, an error or a warning will be issued by the linker. (Note: missing bitcode is currently a warning for iOS, but it will become an error in an upcoming beta release of Xcode 7.) ENABLE_BITCODE should be consistently turned on for all the targets. If you use a library or framework provided by a third party, please contact the vendor for an updated version which contains bitcode.
Jun ’15
Copying target on build success only
I did create a command line tool for my iOS project. I would like the binary to be copied to ~/bin folder, just after a successful compilation and linking. What I did so far is:cp ${TARGET_BUILD_DIR}/${PRODUCT_NAME} ~/bin/entered as a pre-action run script in XCode scheme. I am almost happy with that, only except that I unnecessarily need to run the toole to have it copied. I would prefer to enter the above command as a post-action build script, but only if compilation and linking have both been successful.Is there a way to put a condition into post-action build script?
0
0
671
Jun ’15
Restore
Has anyone tried restoring to an ios 9 backup in iTunes. I just want to do this to get a clean restore and re load all my music/apps and hopefully get rid of some of the other that has been building up. If it is safe to do this without risking losing my content please let me know.
2
0
741
Jun ’15
[UIApplication canOpenURL]?
Under iOS 9 the call [UIApplication canOpenURL:] will now result in the following message in the log:-canOpenURL: failed for URL: imdb: - error: This app is not allowed to query for scheme imdbThis seems to be a new security feature which prevents that Apps can scan for installed Apps with known custom URL schemes. But this makes it impossible to ckeck if a certain App is installed. So there's no longer possible to hide all the options to open certain information in the other Apps if these Apps are not installed. This results to a bad user experience, because either I have to provide an option to open data in external Aps, even if these are not available, or I have to remove these options entirely. Both is not really very user friendly.Is there a workaround for this? Is there a key for the Info.plist where I can request the permission for calling canOpenURL (similar to the key for the location services in order to be able to get geo locations)?
4
0
12k
Jun ’15
Reply to Can't reply to message in watchOS 2
No it will not, this is an issue with Beta 1.I've restored even my iPhone on iOS 9 and it still doesnt work. I did everything possible but its a no go. Beta 1, even though it mirrors the phone, is unable to Send as SMS like the iphone does. Prior to Beta 1 it was working so not sure what or why they change in order for this feature to break.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15