Search results for

“build disappears”

51,308 results found

Post

Replies

Boosts

Views

Activity

Reply to How do i solve the issue that states failed to import bridging header and ParseFacebookUtilV4/PFFacebookUtil.h could not be found? I am trying to incorporate Facebook login using Parse.
1. make sure your bridging header file is under correct path. To check it is, go to build settings > search for briding header, it should be under swift compiler - code generation. 2. If you are using any dependency manager, make sure header search paths are correctly pointed.
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
Facing issue for uploading application to app store
Hi Team,I am facing problem when uploading new version of app to app store. My previous version of app is 1.3 and i am uploading 2.1 but when i am trying to Archive it,it takes only 2. and showing me an error message.Please find the steps below:1. i am changing build and version in info.plist.2. cleaning the project.3. build the project with app store provision.4. archive it with xcode.5. validate it then it shows error.
0
0
120
Jun ’15
Reply to Download failure
It's true that this is the case for the DP2 update itself. This is why I haven't dared to try that yet. But I'm not convinced about Command Line Tools having 2 packages. After installing the CLTools_Executables.pkg the Command Line Tools update actually disappeared from the App Store Available Updates list. If it wasn't installed completely then wouldn't it still be in the updates list?
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Xcode 7, Swift 2.0, odd "trap 6" with odd solution
TL;DRI got trap 6 error when I tried to build my App. I tried to fix it for a whole day. I fixed it by simply cloning the repo to somewhere else and build it. It might be caused by some cached build file somewhere in the project folder, which is not tracked by version control.Why I am certain it is caused by some cached file in that project folderI tried Clean action in Product menu. I also tried deleting Derrived Data folder in Project window. None of these helped.I also tried to checkout my master branch, which I know it should build. But I got the same error which makes no sense.I created some demo project to mimic the minimal setup of my App. All of them can be built without any error.I cloned my repo somewhere else and checked out the exact commit which is giving me trap 6 error. Build, succeeded!I copied the original trap 6 folder to somewhere else, I still got the same error.PS.Another thing is that, I got this error when I was using Xcode 7 beta. I updated
6
0
968
Jun ’15
Reply to Where is Content Blocker Extensions documentation?
Ok, here's the solution: I haven't realized that you need to switch the extension off and on in the Preferences to make Safari reload it after you build & run it. I think that didn't even work in beta 1...So there are two ways you can handle it:1) Run the app or the extension, Cmd+Shift+H to the Preferences app, turn the extension off and on, Cmd+Shift+H back to Safari, reload the page.2) In your main app, import SafariServices and run this at startup: SFContentBlockerManager.reloadContentBlockerWithIdentifier(foo.bar.my.ContentBlocker, completionHandler: nil)(obviously only in debug mode). Then debug by running your main app instead of the extension, and just Cmd+Shift+H directly to Safari and then reload the page.
Topic: Safari & Web SubTopic: General Tags:
Jun ’15
How to link a library based on build configuration?
We have a number of test libraries that would need to be linked with debug builds, but not the release builds.I'd like to avoid the obvious route to create additional targets, because beside the libraries these targets would have exactly the same files.Shouldn't this be possible using some additional „Run Script“ phases?Any hints are appreciated!Best regardsKlaus
0
0
95
Jun ’15
ios9 AddressBookUI display problem and How to build connection with CNContact object and ABRecordRef(or ABRecordID)
Hi, I am a developer of a addressbook(or phonebook) app. I found in ios9 , apple provide the brand new APIs(Contacts and ContactsUI) for reading and writing system address book , which are the replacement of the old AddressBook and AddressBookUI api. I am very happy to use the new api for the convenience, easy for reading and so on.But I found that there are some UI problems When use AddressBookUI in ios9 beta and beta 2 version. The ABNewPersonViewController does not seem good in ios9 (ipod touch 5, iphone 5), when i scroll the ABNewPersionViewController, I found that it(ABNewPersonViewController) can't be scrolled down. So I decide to report this bug.Besides, I have a question about the relationship of Contacts framework and ABAddresBook framework. Are there any connection between a CNContact Object and a ABRecordRef (or ABRecordID)? If it does exist, I want to know how to transfer from a exist(the contact is in the ios system addressbook or contacts) CNContact Object to a ABRecordRef and vice versa.I know
5
0
2.5k
Jun ’15
Reply to Swift 2.0-reverse() for collections is not composable
Awesome! I now understand how adding methods to protocols can help in composition and writing cleaner code. Also this way I can also build project domain specific methods on the protocols. Thanks again!
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to No symbols for paired Apple Watch
The issue should now be fixed for everyone. You will need to quit and re-open Xcode (or reconnect your phone to your computer running Xcode), and then symbols for watchOS build 13S5255d should begin to download for you.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to How do i solve the issue that states failed to import bridging header and ParseFacebookUtilV4/PFFacebookUtil.h could not be found? I am trying to incorporate Facebook login using Parse.
1. make sure your bridging header file is under correct path. To check it is, go to build settings > search for briding header, it should be under swift compiler - code generation. 2. If you are using any dependency manager, make sure header search paths are correctly pointed.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to How do I link against .tbd files in Xcode 7?
This doesn't seem to work for CommonCrypto. I add -lcommonCrypto and the build fails with ld: library not found for -lcommonCrypto. Is there a way to link CommonCrypto using Xcode 7?
Replies
Boosts
Views
Activity
Jun ’15
Reply to "You cannot run your app on a device" - validade archive
Are you using the beta of OSX? If so, that's your problem. You cannot submit builds withbeta tools, including the OS.
Replies
Boosts
Views
Activity
Jun ’15
Facing issue for uploading application to app store
Hi Team,I am facing problem when uploading new version of app to app store. My previous version of app is 1.3 and i am uploading 2.1 but when i am trying to Archive it,it takes only 2. and showing me an error message.Please find the steps below:1. i am changing build and version in info.plist.2. cleaning the project.3. build the project with app store provision.4. archive it with xcode.5. validate it then it shows error.
Replies
0
Boosts
0
Views
120
Activity
Jun ’15
Reply to Download failure
It's true that this is the case for the DP2 update itself. This is why I haven't dared to try that yet. But I'm not convinced about Command Line Tools having 2 packages. After installing the CLTools_Executables.pkg the Command Line Tools update actually disappeared from the App Store Available Updates list. If it wasn't installed completely then wouldn't it still be in the updates list?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
problem with certificate
Hi,I got an error message building a certificate: This certificate is signed by an unknown instance.What does that mean? What did I do wrong building the certificate for an app development?Thank you so much for your help.
Replies
2
Boosts
0
Views
812
Activity
Jun ’15
Issues creating a new app bundle
I have two paid apps on iTunes Connect and I wish to create a new app bundle including both apps.However, when I select the first app on the 'New App Bundle' page, the second app simply disappears from the 'Apps in This Bundle' list and I can't select it.Any suggestion how to resolve this?
Replies
0
Boosts
0
Views
616
Activity
Jun ’15
Why do I need to download a separate iOS 9 build for each device?
Why do I need to download a separate iOS 9 build for each device?It feels crazy because each build is >2GB and I got several devices.. its kind of fuxx up!Why is this?
Replies
1
Boosts
0
Views
294
Activity
Jun ’15
Reply to Why do I need to download a separate iOS 9 build for each device?
Each build is designed for the hardware that it runs on (iPhone 6, iPad) and contains the drivers for each hardware version.When you get the first build on, OTA upgrades should be smaller then the IPSW files you download from the Developer website.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Xcode 7, Swift 2.0, odd "trap 6" with odd solution
TL;DRI got trap 6 error when I tried to build my App. I tried to fix it for a whole day. I fixed it by simply cloning the repo to somewhere else and build it. It might be caused by some cached build file somewhere in the project folder, which is not tracked by version control.Why I am certain it is caused by some cached file in that project folderI tried Clean action in Product menu. I also tried deleting Derrived Data folder in Project window. None of these helped.I also tried to checkout my master branch, which I know it should build. But I got the same error which makes no sense.I created some demo project to mimic the minimal setup of my App. All of them can be built without any error.I cloned my repo somewhere else and checked out the exact commit which is giving me trap 6 error. Build, succeeded!I copied the original trap 6 folder to somewhere else, I still got the same error.PS.Another thing is that, I got this error when I was using Xcode 7 beta. I updated
Replies
6
Boosts
0
Views
968
Activity
Jun ’15
Reply to Where is Content Blocker Extensions documentation?
Ok, here's the solution: I haven't realized that you need to switch the extension off and on in the Preferences to make Safari reload it after you build & run it. I think that didn't even work in beta 1...So there are two ways you can handle it:1) Run the app or the extension, Cmd+Shift+H to the Preferences app, turn the extension off and on, Cmd+Shift+H back to Safari, reload the page.2) In your main app, import SafariServices and run this at startup: SFContentBlockerManager.reloadContentBlockerWithIdentifier(foo.bar.my.ContentBlocker, completionHandler: nil)(obviously only in debug mode). Then debug by running your main app instead of the extension, and just Cmd+Shift+H directly to Safari and then reload the page.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’15
How to link a library based on build configuration?
We have a number of test libraries that would need to be linked with debug builds, but not the release builds.I'd like to avoid the obvious route to create additional targets, because beside the libraries these targets would have exactly the same files.Shouldn't this be possible using some additional „Run Script“ phases?Any hints are appreciated!Best regardsKlaus
Replies
0
Boosts
0
Views
95
Activity
Jun ’15
ios9 AddressBookUI display problem and How to build connection with CNContact object and ABRecordRef(or ABRecordID)
Hi, I am a developer of a addressbook(or phonebook) app. I found in ios9 , apple provide the brand new APIs(Contacts and ContactsUI) for reading and writing system address book , which are the replacement of the old AddressBook and AddressBookUI api. I am very happy to use the new api for the convenience, easy for reading and so on.But I found that there are some UI problems When use AddressBookUI in ios9 beta and beta 2 version. The ABNewPersonViewController does not seem good in ios9 (ipod touch 5, iphone 5), when i scroll the ABNewPersionViewController, I found that it(ABNewPersonViewController) can't be scrolled down. So I decide to report this bug.Besides, I have a question about the relationship of Contacts framework and ABAddresBook framework. Are there any connection between a CNContact Object and a ABRecordRef (or ABRecordID)? If it does exist, I want to know how to transfer from a exist(the contact is in the ios system addressbook or contacts) CNContact Object to a ABRecordRef and vice versa.I know
Replies
5
Boosts
0
Views
2.5k
Activity
Jun ’15