Search results for

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

186,349 results found

Post

Replies

Boosts

Views

Activity

Reply to Can I AirDrop from one app to another?
I have set the UTI's for document types that my receiver app supports to include PNG files (public.png). When my receiver app is running, and my transmitter app is told to AirDrop a PNG to the receiver device, it appears as though iOS ignores my receiver app and opens Photos regardless; my receiver app should get the openURL: method called at the AppDelegate, but never does. In addition, the Open In... dialog never appears - the PNG file goes straight to Photos.If I specify a custom UTI, then my transmitter will only be able to broadcast to the receiver, which also has to know the custom UTI I've specified. Plus, I would have to change the file extension of the file the transmitter is sending to map the custom UTI to the file extension. This defeats the purpose of being able to transmit a PNG file as a PNG file.I can also transmit the file as raw data, which also defeats the purpose (and similarly requires a custom UTI).What I'm looking to discover is whether this behavior - iOS taking contr
Jun ’15
iOS 9 Common Siri Problems
First, Siri is having problem with some commands. Sometimes it responds but not following the command and sometimes it crashes.Take a look.https://pbs.twimg.com/media/CHIW2kTVAAAhW2J.pngSecond, Siri button on Assistive Touch is disabled while on the home screen even Siri is enabled, Take a look. https://pbs.twimg.com/media/CHIWjpUUgAA1apm.jpgThird, As I said earlier Siri button on Assistive Touch is disabled but this time while using Siri. Take a look.https://pbs.twimg.com/media/CHIXD53UwAAi55E.png
0
0
904
Jun ’15
UIKeyboardTypeDecimalpad
When use UIKeybaordTypeDecimalPad in iOS8 or above will get minor problem for the keybord, the point position is not in the central of the key. Detailed question description please refer http://stackoverflow.com/questions/26965001/xcode-6-1-ios-8-keyboard-decimal-pad-is-not-properly
Topic: UI Frameworks SubTopic: UIKit Tags:
0
0
676
Jun ’15
Reply to Converted 32bit to 64bit app Crashes
Yup, so the crash log isn't really useful on its own.I recommend you put breakpoints into your code, run it and step over line by line and see exactly the lines where it crashes. We can't do that for you, you have to do it. Have a look in the Apple debugger documentation if you don't know how to do it. In my experience, crashes in my code on arm64 have been regular bugs in the code that caused memory access issues that didn't crash on armv7 but do crash on arm64. But they were still bugs. In some situations they didn't crash on the simulators but do crash on real devices. Run using the debugger on real devices if you can.
Jun ’15
Error LaunchServices: invalidationHandler called with social framework
I'm using Social Framework to share text on Facebook.I've used this code:NSArray *activityItems; NSString * prova=[NSString stringWithFormat:@prova]; activityItems = @[self.ImageView.image,prova]; UIActivityViewController *activityController = [[UIActivityViewController alloc] initWithActivityItems:activityItems applicationActivities:nil]; [self presentViewController:activityController animated:YES completion:nil]; When I build in simulator it works well, but when I build in my iPhone I receive this error:LaunchServices: invalidationHandler called
0
0
413
Jun ’15
Promo codes link missing
i can't seem to find the Promo Codes link. It isn't down at the bottom where it usually is. I've hunted around but can't find it anywhere.is this the same for everybody?How else can I get to the Promo codes section, to generate some free copies of my game?I Can't do good promo without the codes!(logged in as Admin, so there's no reason it shouldn't be there.)
10
0
728
Jun ’15
Reply to How does a view controller call functionality of a view (how is the link made?)
A UIViewController doesn't always need to have a view - initially, it starts without one, then the first time you try and query the view it's created lazily by the loadView method. That method sets the UIViewController's view property. After this, the viewDidLoad method is called.If you don't want to trigger lazy-creation of the view, check UIViewController's isViewLoaded property before trying to talk to the view.In an MVC sense, the controller lives beyond the view and maintains its state. For example, somebody may push a new view on to the navigation stack and the old view might be removed from memory. The UIViewController sticks around, and the next time anybody needs the view it will recreate it.That's at least how it used to happen on iOS. Nowadays, UIView objects themselves stick around and maintain their own state, and the thing that gets purged from memory is the internal screen buffer, so once your UIViewController loads its view that view should never be unloaded.
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
Reply to Future of Newsstand?
You don't need to change anything, as far as I can tell. I haven't read any docs, but Newstand apps on the beta are now just normal apps, from the UI point of view, but work as before, so I assume the framework still functions as before, save changing the cover.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to iOS 9 Error 14
I am also experiencing the same problem, when I attempt the restore to iOS 9 I get to around 20% on the iphone screen then the error message pops. Tried restarting, different USB ports, redownloading the restore package.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to iOS 9b1: Podcast app crashes on startup
Hi,seeing the same thing here. Also tried to delete all podcasts by removing them from the sync in iTunes. I haven't tried to reinnstalling, but attached is the crash-log.Incident Identifier: B5F20F2E-F1DF-469D-B710-8DEE3DC9104BCrashReporter Key: fb29f236715284e01c3ca12533f80c13bbf8eb99Hardware Model: iPhone7,2Process: Podcasts [425]Path: /Applications/Podcasts.app/PodcastsIdentifier: com.apple.podcastsVersion: 967.2 (2.3)Code Type: ARM-64 (Native)Parent Process: launchd [1]Date/Time: 2015-06-10 13:18:56.56 +0200Launch Time: 2015-06-10 13:18:55.55 +0200OS Version: iOS 9.0 (13A4254v)Report Version: 105Exception Type: EXC_CRASH (SIGABRT)Exception Codes: 0x0000000000000000, 0x0000000000000000Exception Note: EXC_CORPSE_NOTIFYTriggered by Thread: 7Filtered syslog:None foundLast Exception Backtrace:0 CoreFoundation 0x182f93f44 0x182e6c000 + 12122281 libobjc.A.dylib 0x197faff2c 0x197fa8000 + 325562 CoreFoundation 0x182f93e8c 0x182e6c000 + 12120443 Foundation 0x183e10f0c 0x183e04000 + 530044 Podcasts 0x10017
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Segue issue with iOS 9
I installed iOS 9 beta on my iPad, and from the app store installed the current version of my app (that works just fine with iOS8). But there is a problem on iOS9.I have a container view, and inside that have a tab bar controller. One of the tabs is a table view. Clicking on a cell segues to a details page. But in iOS9 the back button / ability to navigate from the details view back to the tableview is no longer visible. In fact, none of the bottom tabs are visible either, it is like it presented it modally and took control of the screen when it should be inside a container. Anyone else experience this?
38
0
17k
Jun ’15