Post

Replies

Boosts

Views

Activity

Flutter Unable to do Flutter build IPA: application still contains the default signing identifier.
I have been working with Flutter for a while now and this is the worse of issues I have faced till date. lets say I have a bundle id com.example.appname registered in apple developer for my team. I have been releasing test flight build for many weeks now. suddenly it has stopped working and im unable to build release file (IPA) It took me 3 days for it to finally start working on my simulators but it still fails on the release build Error output: PhaseScriptExecution failed with a nonzero exit code It appears that your application still contains the default signing identifier. Try replacing 'com.example' with your signing id in Xcode: open ios/Runner.xcworkspace Encountered error while archiving for device.
2
0
7.5k
Jul ’22
Apple Sign in not possible in our backend.
We allow the user to do google sign in with their workplace email account (@companydomain.com). and don't allow users to login with non work email(@gmail). Our backend doesn't support Apple Sign in yet. we need to roll out the app With google sign in and without apple sign in. How to go about it?
Replies
0
Boosts
0
Views
598
Activity
Oct ’22
Flutter Unable to do Flutter build IPA: application still contains the default signing identifier.
I have been working with Flutter for a while now and this is the worse of issues I have faced till date. lets say I have a bundle id com.example.appname registered in apple developer for my team. I have been releasing test flight build for many weeks now. suddenly it has stopped working and im unable to build release file (IPA) It took me 3 days for it to finally start working on my simulators but it still fails on the release build Error output: PhaseScriptExecution failed with a nonzero exit code It appears that your application still contains the default signing identifier. Try replacing 'com.example' with your signing id in Xcode: open ios/Runner.xcworkspace Encountered error while archiving for device.
Replies
2
Boosts
0
Views
7.5k
Activity
Jul ’22
How to detect an apple watch is taken off using healthkit
I want to detect when the user has removed the watch from wrist in the middle of a work out. in iOS devices using the HealthKit framework. Been checking the docs, no luck so far. HealthKit
Replies
0
Boosts
0
Views
672
Activity
Feb ’22