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

How should one manage authentication?
Our parent application handles the user login, however we are wondering how we should transfer this data over to the WatchKit extension. To clarify, we have a REST API which serves as a primary interface to retrieve all the user data, however to access this API we requires to use an access token. The problem is, how should the WatchKit retrieve this token which should be kept secret (which is acquired at user authentication in the parent app. and saved in the Key Chain). I assume that any method using the Bluetooth/wi-fi to transfer data (such as openParentApplication:Reply method) would be unsafe as anyone with a packet tracer could easily see the data.Keychain sharing seem like it would not work as I assume in WatchOS2 the iOS and WatchOS file system are seperate.
3
0
472
Jun ’15
Mail 9.0 of El Capitan (Build: 15A178w) not showing old Exchange Account Mails
HelloIt seems that Mail 9.0 of El Capitan (Build: 15A178w) not showing old Exchange Server account mails. I only see the new ones received after the upgrade to 10.11. Additional Mail crashes everytime if I change anything in the account settings like for example in the Advance tab Automatically detect and maintain account settings.Has somebody the same problem?
3
0
1.2k
Jun ’15
landmark api
Hi all,I would like to know if there was a .api for the iOS camera that has the landmarks features and that is exportable to an app in development?Thanks a lot.
Topic: UI Frameworks SubTopic: UIKit Tags:
0
0
173
Jun ’15
Can't submit app - "Invalid Signature - Code object is not signed at all"
Hello,I have submitted my app build from xCode on May 30, 2015. It passed all validations during submission and successfully appeared in iTunes Connect.Then I realized that there are few things that I want to fix before letting Apple start reviewing.Starting from yesterday (June 9) I am trying to submit another build for the same application using the same configurations and same xCode method for submission, but what I get is:Invalid Binary in the status line for all newly uploaded buildsAn email from iTunes Connect after each build upload, with this error description:Invalid Signature - Code object is not signed at all. Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at the target level (which override any values at the project level). Additionally, make sure the bundle you are uploading was built using a Release target in Xcode, no
3
0
3.6k
Jun ’15
Reply to Swift and Mathematics
Perhaps I am misunderstanding your question, but all mathematical functions fromhttps://developer.apple.com/library/ios/documentation/System/Conceptual/ManPages_iPhoneOS/man3/math.3.html#//apple_ref/doc/man/3/mathare available in Swift, for example:import Foundation let x = sin(M_PI/2) let y = atan2(0.0, 1.0) let z = exp(1.0) let p = pow(2.0, 3.0)
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
SCNSceneSource.entryWithIdentifier not working with Xcode 7.0 and Swift 2.0
With Xcode 6.3.2 and Swift 1.3 Collada (DAE) files were loaded and entries found (e.g. animation) by using SCNSceneSource.entryWithIdentifier. With Xcode 7.0 and Swift 2.0, the file is loaded (SCNSceneSource.identifiersOfEntriesWithClass work) but no entries are found.Tried with MacOSX, iOS apps and several files.Her is the codelet sceneSource = SCNSceneSource(URL: url!, options: nil) let animationIDs = sceneSource.identifiersOfEntriesWithClass(CAAnimation.self) as [String] let animation : CAAnimation? = sceneSource.entryWithIdentifier(Name, withClass: CAAnimation.self)First two lines work and return identifiers including the one label Name. Line 3 returns only nil. Same code worked before with Xcode 6.3.2 and Swift 1.3
1
0
937
Jun ’15
Music Match Songs Not Showing in iOS 9
After updating my iPhone 5s to iOS 9, my Music Match files are not showing even with the iCloud Music Library switch ON.They still show on my iOS 8 devices.I tried turning off the iCloud Music Library switch and turning it back on.After Loading Library finished, they still don't show.I've already reported this as a bug, but was wondering if anyone knows a work around?
3
0
535
Jun ’15
Kernal Panic several times/day
HelloFor weeks I've been getting a kernal panic almost every day sometimes multiple times/day. Other times my entire mahcine (Retina macbook pro) will freeze up and not recover. Any suggestions on how to fix it would be great. Below is the latest console kernal panic.*** Panic Report ***panic(cpu 2 caller 0xffffff8003c17cc2): Kernel trap at 0xffffff800390e27e, type 14=page fault, registers:CR0: 0x0000000080010033, CR2: 0xffffff84f13fad24, CR3: 0x00000003804bb029, CR4: 0x00000000001626e0RAX: 0x00000000b0d56031, RBX: 0xffffff81a32cb400, RCX: 0xffffff81a32cb800, RDX: 0x0103000002030001RSP: 0xffffff82606d3bc0, RBP: 0xffffff82606d3c30, RSI: 0xffffff81a32cb000, RDI: 0x000000008ac04080R8: 0xffffff85f6ff6d64, R9: 0xffffff84f13fad24, R10: 0xffffff82b8aa6dec, R11: 0xffffff81a32cb800R12: 0xfffffe8b54c1a000, R13: 0xffffff81a32cbffe, R14: 0xffffff8027433120, R15: 0x000000001600e6b7RFL: 0x0000000000010202, RIP: 0xffffff800390e27e, CS: 0x0000000000000008, SS: 0x0000000000000000Fault CR2: 0xffffff84f13fad24, Error code: 0x00
0
0
409
Jun ’15