provisioning-profile

Xamarin.iOS: The executable was signed with invalid entitlements

萝らか妹 提交于 2019-12-24 05:46:17
问题 I've recently added notifications ( FCM ) to an iOS app developed with Xamarin.iOS . When I try to install on a device in release - both on iPad and iPhone - the installation fails. All the similar questions I've found are related to native development. I tried to regenerate provisioning profiles removing and adding again push notification permission but it doesn't work. I'm quite sure it's a problem with entitlements.plist but I cannot see the error. Reading device log I can see: J

CodeSign error: code signing is required for product type 'WatchKit Extension' in SDK 'iOS 8.4'

好久不见. 提交于 2019-12-24 02:19:05
问题 I'm attempting to compile my app with a hosted CI service using xctool. I'm seeing this error during my build: CodeSign error: code signing is required for product type 'WatchKit Extension' in SDK 'iOS 8.4' I'm not seeing this when compiling in Xcode (it compiles and code signs perfectly fine). Here is the command that I'm executing: xctool ONLY_ACTIVE_ARCH=NO -scheme "ShipIOWatchTest" -sdk "iphoneos" -workspace "ShipIOWatchTest.xcworkspace" clean build CODE_SIGN_IDENTITY="iPhone Distribution

How to join a apple development team?

谁都会走 提交于 2019-12-24 02:13:36
问题 I was invited to iTunes connect by an organization and I accepted it. I was trying to get access to developer.apple.com, but it says I don't have a team. I do have access to itunesconnect.apple.com but not the certificate site. What am I supposed to do to get access to the developer certificate site? 回答1: Whoever owns the developer account has added you as an iTunes Connect role, which is different than a Developer Program role (see more here). You need to have the owner of the developer team

Add Xcode Developer Account from the Command Line

六眼飞鱼酱① 提交于 2019-12-23 13:11:16
问题 I am trying to use xcodebuild -allowProvisioningUpdates on a machine that I only have access via the command line (Azure Devops macOS Hosted Machine). Unfortunately, according to man xcodebuild in order to use -allowProvisioningUpdates it seems that "Requires a developer account to have been added in Xcode's Accounts preference pane." Giving this, is there a way do add the account via the command line? Thank you, Cosmin 来源: https://stackoverflow.com/questions/55757805/add-xcode-developer

Provisioning profile has UDID but the ipa doesnt have it, resulting in app not getting installed

╄→гoц情女王★ 提交于 2019-12-23 03:44:21
问题 Am Facing a weird situation where in, i have a provisioning profile with a UDID added in it, i tried opening profile through textEdit and i can see the UDID when i generate a build and upload it to https://betafamily.com/supersend i didnt see that UDID in the list provided,and am unable to install the build on that device. I tried generating another provisioning profile and generated a new ipa but no luck, Has any one faced this issues earlier? 回答1: Till Xcode 7.0 GM it was working as

How to use a dynamic framework in a framework?

只愿长相守 提交于 2019-12-23 02:52:28
问题 I am building my framework FooFramework that uses WebRTC framework. After I used the WebRTC framework(https://github.com/zevarito/PodRTC) in my pod as a dynamic framework. My demo app FooDemoApp that uses FooFramework crashes as it runs with not- my-own provision profile on a device. The error message is dyld: Library not loaded... Reason: no suitable image found. Did find... code signing blocked mmap() I think the problem is that Apple seems doens't allow nested framework. The WebRTC will be

Provisioning profile stored in XCode project file for iOS apps

ぃ、小莉子 提交于 2019-12-22 13:32:17
问题 I thought I'd figured out how to store XCode projects in source control - I only version the .pbxproject file and this seems to work great. But then I noticed the provisioning profile is also kept there. This doesn't seem very good, I'm working remotely with another developer and we both have individual provisioning profiles. We keep committing new versions of the .pbxproject file with our own profile every time we change anything which is annoying, and I wonder if sharing such information is

Provisioning profile stored in XCode project file for iOS apps

淺唱寂寞╮ 提交于 2019-12-22 13:32:07
问题 I thought I'd figured out how to store XCode projects in source control - I only version the .pbxproject file and this seems to work great. But then I noticed the provisioning profile is also kept there. This doesn't seem very good, I'm working remotely with another developer and we both have individual provisioning profiles. We keep committing new versions of the .pbxproject file with our own profile every time we change anything which is annoying, and I wonder if sharing such information is

iOS Provisioning Profile error

瘦欲@ 提交于 2019-12-22 11:08:12
问题 I am currently having some problems regarding provisioning profiles on the dev centre. In the past, I have been able to successfully create and deploy apps on internal app stores and on multiple devices. I have never run into trouble when trying to sign my apps. However, since the last update on the dev-portal, I have not been able to create new provisioning profiles - which is becoming a big problem. I have successfully created an app id, com.xx.USApp and created a certificate for it: com.xx

Push notifications don't work in Apple Beta Testing (TestFlight)

空扰寡人 提交于 2019-12-22 10:59:06
问题 Push notifications worked fine with a Development provisioning profile, but once I tried putting the app on the Beta testing programme (TestFlight), they don't. I tried following all the required steps when switching to a Production profile, but it still doesn't work. Here's what I have. In the Member Center: Certificate of type iOS Distribution. App ID. Named (not wildcard). Push notifications enabled for both Development and Distribution - green lights - with all SSL certificates generated