-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reason: image not found Message from debugger: Terminated due to signal 6 #42
Comments
This is happening to me too when I dont add PayUCustomBrowser.framework under EmbeddedFrameworks. If added it works but only on device and simulator. If tried to release to Appstore it doesnt pass Validation and gives errors. To solve these I found out you can add script in Build phases run script tab. But that doesn't change anything. Below is the script provided in documentation. APP_PATH="${TARGET_BUILD_DIR}/${WRAPPER_NAME}" This script loops through the frameworks embedded in the application andremoves unused architectures.find "$APP_PATH" -name '*.framework' -type d | while read -r FRAMEWORK EXTRACTED_ARCHS=() for ARCH in $ARCHS echo "Merging extracted architectures: ${ARCHS}" echo "Replacing original executable with thinned version" done |
@FlutterForefront @shirishbankar1 Did you guys fond any solutions for above queries |
Try this : |
@shirishbankar1 thanks for your time. I was able to build successfully. |
Build isn't the issue. Try pushing it to testflight or appstore. That time
it shouldn't give error.
…On Mon, Dec 16, 2019, 5:21 PM Punith B M ***@***.***> wrote:
@shirishbankar1 <https://github.com/shirishbankar1> thanks for your time.
I was able to build successfully.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#42?email_source=notifications&email_token=AFOCC6LE3NWQ6R2GO37ZRJ3QY5TSPA5CNFSM4H4YYHS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEG6OX7Y#issuecomment-566029311>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFOCC6LP4IIUFLQKOZ5EY4DQY5TSPANCNFSM4H4YYHSQ>
.
|
@shirishbankar1 I was able to push the build but got an error from the apple portal ITMS-90562: Invalid Bundle - One or more dynamic libraries that are referenced by your app are not present in the dylib search path. ITMS-90562: Invalid Bundle - The app submission can not be successfully recompiled from bitcode due to missing symbols during linking. You can try to reproduce and diagnose such issues locally by following the instructions from: https://developer.apple.com/library/archive/technotes/tn2432/_index.html I have following setting I've dragged Please check if you can help. |
dyld: Library not loaded: @rpath/PayUCustomBrowser.framework/PayUCustomBrowser
Referenced from: /Users/jatin/Library/Developer/CoreSimulator/Devices/244F3B04-8895-470C-9D8B-B072AA0AA823/data/Containers/Bundle/Application/98E4984D-E16C-4019-9C9D-35E1D92292EE/Runner.app/Runner
Reason: image not found
Message from debugger: Terminated due to signal 6
The text was updated successfully, but these errors were encountered: