ios-provisioning

iphone how to send my project build to someone else

可紊 提交于 2019-12-12 17:07:41
问题 my work colleague is asking me to send a build so that he can install the application on his phone to test it. I need to send this application to him today. a build that is. not the actualy project just the correct files needed so he can install it on his iphone. Heres what I've done. Ive added his UDID to a new device in the provisioning portal. then i created a new provisioning profile with my app id. On the provisioning portal there is an option in the profile section next to that new

About apple certificates and distribution

大兔子大兔子 提交于 2019-12-12 16:59:16
问题 I have some questions and cannot found any resource that clearly answers them all. I am really confused. If someone can answer all my questions I will appreciate What I want to achieve is the following: I am a developer and have a developer account. My client also has one account. He wants to upload to the store using his account. He doesn't want to give me his apple username/password. My questions are: I know that I have to sign the application. Can I sign using my developer certificate? Or

How can enforce `qmake` to contain `ProvisioningStyle` $ `DevelopmentTeam` fields in `project.pbxproj`?

三世轮回 提交于 2019-12-12 03:53:46
问题 I am using Qmake command line to build my app for iOS and I am struggling to sign my app with xcodebuild because the MyApp.xcodeproj/project.pbxproj that qmake is generating does not the contain the following fields at all ProvisioningStyle DevelopmentTeam How can enforce qmake to contain ProvisioningStyle $ DevelopmentTeam fields in project.pbxproj ? I dont need to have any certain value to be set into the 2 fields. Only, need the fields to be present in appropriate places in project.pbxproj

Error building my app to my ipod touch:building with 'Targeted Device Family' set to iPhone only ('1') not supported with SDK 'Device - iPhone OS 3.2

ぃ、小莉子 提交于 2019-12-12 01:57:43
问题 So I finished coding my app, and downloaded the development profile n all that good stuff with the entitlements, etc; but I get these warnings: ld: warning: in /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.0.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics, file was built for i386 which is not the architecture being linked (armv7) ld: warning: in /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.0.sdk/System/Library

Errors submitting app to App Store from Xcode and Application Loader

泄露秘密 提交于 2019-12-11 05:09:13
问题 While submitting I get errors: If I send via xCode I receive "This action could not be completed -22421" If I send via Application Loader I get "ERROR ITMS-90034: "Missing or invalid signature. The bundle ' ' at bundle path 'Payload/.app' is not signed using an Apple submission certificate" and this "The resulting API analysis file is too large. We were unable to validate your API usage prior to delivery. This is just an informational message." Before submitting I did remove all previous

The default keychain doesn't have an identity matching the profile '*' and identity '*'

喜欢而已 提交于 2019-12-11 04:44:43
问题 I am trying to test my iPhone app on a real device. It was working before, and now it is not??? I get this error: Code Sign error: The default keychain doesn't have an identity matching the profile '*' and identity '*' I have tried deleting all profiles and certificates, and starting over. I have tried cleaning the project, restarting everything...etc. Any suggestions? 回答1: I think the error is probably because you are mixing up the 'Distribution Provisoning Profile' with the 'Development

How to change provisioning profile for existing app?

泄露秘密 提交于 2019-12-11 02:55:15
问题 I have never developed apps for iPhone, but our client has an app, which was developed by his previous vendor, now that vendor has wrapped up his operation from our country, So now we have that source code for that app for further development. The immediate action we need to take is that the app is not running on iOS 11.0 and we need to provide build for 11.0. So I opened the app in Xcode and set deployment target to iOS 11, the app build was successful and it is running on the simulator, So

Can a team admin create a distribution provisioning profile? Or just the team agent?

给你一囗甜甜゛ 提交于 2019-12-10 10:56:04
问题 From what I see on the forums, it looks like only the team agent can see the Provisioning -> Distribution tab in the iOS provisioning portal. BUT... the documentation clearly states otherwise, so I'm confused. As team admin , should I be able to see the distribution tab? And therefore be able to create an ad-hoc profile? Or is the documentation wrong, and only team agents can do this? Here's the excerpt from this Apple documentation which clearly states: Only team agents and admins can create

Provisioning profile not found

孤人 提交于 2019-12-10 04:17:02
问题 I have just upgraded my iPhone to the 4S and having restored all of the settings from my old phone I found that three of my apps were missing. I went to the Apple Dev centre and deleted my old phone and then rebuilt and downloaded the profiles with my new phone added. I removed all of the old profiles and copied the newly created ones across. The problem now is that in two of my projects, when I try to build I get an error - [BEROR]Code Sign error: Provisioning profile '8A69C027-B06A-4A32

There is no IOS certificate with ID xxxxxxxxxx on this team

。_饼干妹妹 提交于 2019-12-10 02:36:49
问题 In Xcode: Organizer > Devices then on the left Library > Provisioning Profiles Click Refresh in the bottom right - this runs fine Click Renew on a provision that is soon to expire. I end up getting a prompt that says: "There is no IOS certificate with ID 'xxxxxxxxxx' on this team." Of course the message contains a real ID, I just blotted it out with Xs instead. What can I do to fix this? 回答1: Deleting and re-adding AppleIDs from Xcode preferences is what helped me. 回答2: After deleting and