Post not yet marked as solved
My development platform is MacOS
Upload project: Qt development application (PKG package) upload to app Store ,Problems occurred after successful delivery
Specific steps:
Generate APP from QtCreator
Sign the app dependency library and the APP signature
Make PKG bags
And that's what it looks like
Question:
After the Transporter delivery was successful, there was an error, as shown in the screenshot below
After delivery, the Apple team sent a screenshot of the email below:
TestFlight in App Store Connect displays an error, as shown below
What I want to ask:
I downloaded the Provisioning Profile from Apple Developer (bundled with my APPID)
After downloading, click Install and a message is displayed indicating failure
How can I bind provisioning Profile and App together
case number 101660802342
Post not yet marked as solved
I created my very first app using Xcode. I've tried it in the simulator and it worked perfectly.I didn't want to publish it, I just wanted to try it on my iphone.Here's where problems started. When I tried launching the app in my iphone using Xcode, I've been asked to allow keychain sharing. I clickled on allow and the message came back, so I clicked on deny. After that, an error showed up preventing me to launch the app in my iphone.I figured out it's becaue I clicked on deny keychain sharing, so I tried to allow it from somewhere but I couldn't.I started playing with the Keychain Access app on my mac trying to solve the problem. Eventually, I deleted the "iOS Development" certificate desperately trying to solve the initial problem.However, this made the problem even bigger, and I realized I made a terrible mistake by deleting that certificate. How can I obtain it agan?When I tried to launch the app in my iphone through Xcode afterwards, I got more errors and one of them says "No signing certificate "iOS Development" found"Now my biggest concern is the iOS Development certificate; how can I get it back?
Post not yet marked as solved
Hello,
we are currently developing a specific App for a specific customer and it is supposed to run a handful of devices in their building. We were wondering what the best way is to distribute these Apps to them, as some prior Google Search was stating that App validity will run out after either 7 or 28 days or a year. But I can not find the exact information in the Developer Docs. Some clarification on what License/Certificate/Provisioning Profile one should use for such a case would be very helpful, thanks! :)
Ideally, we would like the App to stay valid without a limit, but we can live with sending them a new Version every year. Every 7 or 28 days however is not really an option.
I have also read about the option to publish to the App Store privately and distribute links from there? How long will the App stay valid that way? Although that sounds like an overkill.
Kind Regards
Post not yet marked as solved
Have an iPhone project where we use XCode to develop and use xcodebuild to create our production releases. We have a complete build system and scripts that we have been using for years, across many versions of MacOS and XCode, and without problems.
Problem: I just moved to a new Mac Mini M1 and the xcodebuild process now generates an error and fails. There have been no other changes in the code or the project between building on my old Mac Mini and the new M1 Mini.
WAS USING: MacOS 10.15.7, on Mac mini (Late 2012)
XCode version: 12.2
NOW USING MacOS 11.0.1, on Mac mini (M1, 2020)
XCode version: 12.2
The "xcodebuild archive" produces the following error:
error: Provisioning profile "XXXXXXX Development Profile" doesn't include the currently selected device "Chris’s Mac mini" (identifier XXXXXX-XXXXXXXXXX). (in target 'XXXXXXX' from project 'XXXXXX')
Now, "Chris’s Mac mini" is the name of my new development machine. I'm building a iPhone app, and our provisioning profile DOES contain a number of device IDs for various iPhones we test on.
Why would it care that my Mini is not in that list?
When I try, I can't even add a Mac ID to the provisioning profile
Our normal xcodebuild command line is rather complex, but even if I run it with:
xcodebuild -scheme <MyTargetName>
and nothing else, I still get the error. noted above
Any suggestion appreciated.
Chris
Post not yet marked as solved
When I try to update my certificates, there's a warning about me having to accept xcode new terms and license agreement.I accepted when I upgraded to latest version. I alos tried running sudo xcodebuild -license and sudo xcodebuild -license accept from the terminal, but it is still not working.I tried uninstalling xcode and installing again, but it didn't work. What can I do?
Post not yet marked as solved
Out of nowhere today, I got this error when I try to build my app for a device but not when I try to run a simulatorAutomatic signing is unable to resolve an issue with the "MyAppName" target's entitlements.Automatic signing can't add the application-identifier and keychain-access-groups entitlements to your provisioning profile. Switch to manual signing and resolve the issue by downloading a matching provisioning profile from the developer website. Alternatively, to continue using automatic signing, remove these entitlements from your entitlements file and their associated functionality from your code.Provisioning profile "iOS Team Provisioning Profile: my.app.bundle" doesn't include the application-identifier and keychain-access-groups entitlements.I have looked online but have not been able to solve this, any help would be appreciated.
Post not yet marked as solved
I had requested for Contact Note Field Access Entitlement (via https://developer.apple.com/contact/request/contact-note-field) and got it enabled in app id's additional capabilities section.
I have created app store distribution provisioning profile using this app id. And also added "com.apple.developer.contacts.notes YES" in entitlements file. But I'm getting the below error in xcode.
I'm not able to archive the build because of this. How can I resolve this issue?
Post not yet marked as solved
I'm working on distributing a MAC App, and I'm also a complete beginner.
During deployment, the following was confirmed in the apple log:
Provisioning Profile Validation: profile 'teamid.Bundleid' is not provisioned for this device ()
embedded provisioning profile not valid: file:///Applications/SystemExtensions.app/Contents/embedded.provisionprofile error: Error Domain=CPProfileManager Code=-212 "Provisioning profile does not allow this device." UserInfo={NSLocalizedDescription=Provisioning profile does not allow this device.}
Disallowing "BundleID" because no eligible provisioning profiles found
The app is notarized and runs normally, but when it runs, the app fails to start and ends with the error.
So I decided to create a Developer ID provisioning file.
Go to the Apple Developer site.
Since you already have a "Developer ID Applications" certificate and a Bundle ID is registered, you only need to create a provisioning file.
On the Profile tab, on the Distribution tab, choose Developer ID and choose app Id.
Then it will show no certificate as below screen.
Actually, there are two Developer ID Application certificates as shown below.
How do I create it?
We have a new application I'm writing that uses the endpoint security entitlement. The profile seems to be something we can set up via xcode, but we are not using xcode. We use custom makefiles and manually codesign. When we try to use this entitlement, it fails to load with this error:
Code has restricted entitlements, but the validation of its code signature failed.
Unsatisfied Entitlements:
It appears that this is most likely because we aren't using a provisioning profile, but instead, just using codesign to set hardening and the endpoint security entitlement.
I have not found any information about how to fix this, and I am relatively new to apple osx development, so any help would be appreciated!
Post not yet marked as solved
I get the below error while I build the app for a deviceProvisioning profile "######" doesn't include signing certificate "##########".Provisioning profile "########" doesn't include the currently selected device "#########".What do I need to do to resolve this?
Post not yet marked as solved
I have this error with xcode 8 GM:MyApp has conflicting provisioning settings. MyApp is automatically signed, but code signing identity iPhone Distribution: Francesco Scala (2************O) has been manually specified. Set the code signing identity value to "iPhone Developer" in the build settings editor, or switch to manual signing in the project editor.I have to publish the app to the store but doesn't work!!!! Help I'm hating Apple now, sierra and Xcode together are very bugged!
Hello,
If I have an app that utilizes Push Notifications, my application's entitlements will look like the following:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.developer.aps-environment</key>
<string>development</string>
</dict>
</plist>
As a result, I see that the app bundle includes a embedded.provisionprofile binary file since Push Notifications requires it.
Say I copy the app bundle over to another location on my machine. When I code sign the newly copied app bundle, will I need to do something with the embedded.provisionprofile?
Best,
Brando
Post not yet marked as solved
For the last several hours I've been encountering the below error.
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620395
User Info: {
DVTRadarComponentKey = 487925;
MobileDeviceErrorCode = "(0xE8008015)";
"com.apple.dtdevicekit.stacktrace" = (
0 DTDeviceKitBase 0x00000001151a6076 DTDKCreateNSErrorFromAMDErrorCode + 220
1 DTDeviceKitBase 0x00000001151e46e8 __90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke + 155
2 DVTFoundation 0x000000010c8d2fb4 DVTInvokeWithStrongOwnership + 71
3 DTDeviceKitBase 0x00000001151e4432 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1420
4 IDEiOSSupportCore 0x0000000114ef79ea __118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.292 + 3508
5 DVTFoundation 0x000000010ca0798b __DVT_CALLING_CLIENT_BLOCK__ + 7
6 DVTFoundation 0x000000010ca090f7 __DVTDispatchAsync_block_invoke + 931
7 libdispatch.dylib 0x00007ff816b05ad8 _dispatch_call_block_and_release + 12
8 libdispatch.dylib 0x00007ff816b06cc9 _dispatch_client_callout + 8
9 libdispatch.dylib 0x00007ff816b0ccee _dispatch_lane_serial_drain + 696
10 libdispatch.dylib 0x00007ff816b0d7c8 _dispatch_lane_invoke + 366
11 libdispatch.dylib 0x00007ff816b177e1 _dispatch_workloop_worker_thread + 758
12 libsystem_pthread.dylib 0x00007ff816cba074 _pthread_wqthread + 326
13 libsystem_pthread.dylib 0x00007ff816cb8ffb start_wqthread + 15
);
}
--
Analytics Event: com.apple.dt.IDERunOperationWorkerFinished : {
"device_isWireless" = 1;
"device_model" = "iPhone13,2";
"device_osBuild" = "15.3.1 (19D52)";
"device_platform" = "com.apple.platform.iphoneos";
"launchSession_schemeCommand" = Run;
"launchSession_state" = 1;
"launchSession_targetArch" = arm64;
"operation_duration_ms" = 4630;
"operation_errorCode" = "-402620395";
"operation_errorDomain" = "com.apple.dt.MobileDeviceErrorDomain";
"operation_errorWorker" = IDEInstalliPhoneLauncher;
"operation_name" = IDEiPhoneRunOperationWorkerGroup;
"param_consoleMode" = 0;
"param_debugger_attachToExtensions" = 0;
"param_debugger_attachToXPC" = 1;
"param_debugger_type" = 5;
"param_destination_isProxy" = 0;
"param_destination_platform" = "com.apple.platform.iphoneos";
"param_diag_MainThreadChecker_stopOnIssue" = 0;
"param_diag_MallocStackLogging_enableDuringAttach" = 0;
"param_diag_MallocStackLogging_enableForXPC" = 1;
"param_diag_allowLocationSimulation" = 0;
"param_diag_gpu_frameCapture_enable" = 0;
"param_diag_gpu_shaderValidation_enable" = 0;
"param_diag_gpu_validation_enable" = 0;
"param_diag_memoryGraphOnResourceException" = 0;
"param_diag_queueDebugging_enable" = 1;
"param_diag_runtimeProfile_generate" = 0;
"param_diag_sanitizer_asan_enable" = 0;
"param_diag_sanitizer_tsan_enable" = 0;
"param_diag_sanitizer_tsan_stopOnIssue" = 0;
"param_diag_sanitizer_ubsan_stopOnIssue" = 0;
"param_diag_showNonLocalizedStrings" = 0;
"param_diag_viewDebugging_enabled" = 1;
"param_diag_viewDebugging_insertDylibOnLaunch" = 1;
"param_install_style" = 0;
"param_launcher_UID" = 2;
"param_launcher_allowDeviceSensorReplayData" = 0;
"param_launcher_kind" = 0;
"param_launcher_style" = 0;
"param_launcher_substyle" = 0;
"param_runnable_appExtensionHostRunMode" = 0;
"param_runnable_productType" = "com.apple.product-type.application";
"param_runnable_swiftVersion" = "5.5.2";
"param_runnable_type" = 2;
"param_testing_launchedForTesting" = 0;
"param_testing_suppressSimulatorApp" = 0;
"param_testing_usingCLI" = 0;
"sdk_canonicalName" = "iphoneos15.2";
"sdk_osVersion" = "15.2";
"sdk_variant" = iphoneos;
}
I've tried a whole bunch of things. Changing the release from debug to release, reinstalling pods, cleaning build folder, creating a new provisioning profile with the device added but nothing is working.
The app installs fine on all simulators but not on iPhone or iPad even though I have a valid developer account with valid PF and certs.
I have an IPA file (Signed with a developer certificate) and I have no trouble installing it on an iOS 12 device. But the same IPA file fails to install on any device with IOS 13 installed, saying:"A valid provisioning profile for this executable was not found"I've made sure that both devices are registered on the team account. Further, when attempting to install on iOS 13, using Xcode 11, I get no error message and instead the installation fails silently. I guess it's for the same reason, but the lack of any messaging seems like a bug. Is there anyway to get more granular logs on why the provisioning profile was deemed invalid?
Post not yet marked as solved
How much time required to configure provisioning profile. For me it is taking long time and not completing
Suddenly, automatic signing has stopped working across all our apps (even on different developer IDs), we see this:Automatic Signing FialedXcode failed to provision this target. Please file a bug report at <https://feedbackassistant.apple.com> and include the Update Signing report from the Report navigator.Signing certificate "Apple Development: XXXXX (XXXXX)", serial number "XXXXX", is not valid for code signing. It may have been revoked or expired.Anyone else experiencing the same? I've tried doing everything from deleting the derived folder, to trying to reset and create new certificates to trying different versions of Xcode. Everything fails and I get a prolonged "Waiting to repair" message first and then this.
Post not yet marked as solved
Hi,
I can't create an ad-hoc distribution profile on App Store Connect.
I have registered different Mac UUIDs under my devices, but when I try to create a mac ad-hoc profile, I can't add them to the profile.
If I check "Include Mac Devices" they don't even appear.
Have you ever faced something similar? Is it a known bug?
I'm trying to distribute my Mac catalyst app to a few users with ad-hoc to try it out, but this seems impossible.
Post not yet marked as solved
I am currently using the free developer account to sign that apps that I am currently developing. My attempts to download my watchkit app to my physical watch are constantly unsuccessful due to the error that states that I have no valid provisioning profile. I have tried a multitude of 'solutions' to no avail. I have also attempted to install the phone app to my iphone before downloading it in the watch app on iphone, that didn't work either.Everything runs smoothly on the simulator and no errors are showing, the console does not log anything and I am simply told that there is an issue with the provisioning profile. The error log follows as such,Unable to install "App Name"Domain: com.apple.dtdevicekitCode: -402620395--App installation failedDomain: com.apple.dtdevicekitCode: -402620395Failure Reason: A valid provisioning profile for this executable was not found.User Info: { DVTRadarComponentKey = 487927; "com.apple.dtdevicekit.stacktrace" = ( 0 DTDeviceKitBase 0x00000001212ef6e7 DTDKCreateNSError + 109 1 DTDeviceKitBase 0x00000001212efde9 DTDK_AMDErrorToNSError + 792 2 DTDeviceKitBase 0x000000012132f56a __90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke + 164 3 DVTFoundation 0x0000000108bd2c22 DVTInvokeWithStrongOwnership + 73 4 DTDeviceKitBase 0x000000012132f301 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1589 5 IDEiOSSupportCore 0x00000001211b7a25 __118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.352 + 4523 6 DVTFoundation 0x0000000108d03e8a __DVT_CALLING_CLIENT_BLOCK__ + 7 7 DVTFoundation 0x0000000108d05562 __DVTDispatchAsync_block_invoke + 809 8 libdispatch.dylib 0x00007fff6527b583 _dispatch_call_block_and_release + 12 9 libdispatch.dylib 0x00007fff6527c50e _dispatch_client_callout + 8 10 libdispatch.dylib 0x00007fff65281ace _dispatch_lane_serial_drain + 597 11 libdispatch.dylib 0x00007fff65282452 _dispatch_lane_invoke + 363 12 libdispatch.dylib 0x00007fff6528ba9e _dispatch_workloop_worker_thread + 598 13 libsystem_pthread.dylib 0x00007fff654d66fc _pthread_wqthread + 290 14 libsystem_pthread.dylib 0x00007fff654d5827 start_wqthread + 15);}--
Hi all,
According to the reference link,
Packaging a Daemon with a Provisioning Profile - https://developer.apple.com/forums/thread/129596
I changed our launchd daemon to run as an .app.
When generating a Provisioning Profile, I added our Development computer (including UUID) into 'Devices'.
But when I ran .app/Contents/MacOS/FamRTServicebig on our macOS Big Sur test environment, this error occurred:
embedded provisioning profile not valid: file:///Library/Application%20Support/test/bin/FamRTServicebig.app/Contents/embedded.provisionprofile
error: Error Domain=CPProfileManager Code=-212 "Provisioning profile does not allow this device." UserInfo={NSLocalizedDescription=Provisioning profile does not allow this device.}
Questions:
Could you let me know how to resolve this error?
Is it necessary to install the Provisioning profile in the test device as well?
Thanks in advance for your help.
Hi. I am registered as a team member of a developer account. When I try to build ma app some problems occur during the signing process. (see error messages in screenshot). I am new to all this and have no idea what the problem is :( Are there any restrictions for the development account? Is there something wrong with the provisioning profile?
Many thanks in advance!