Skip to content
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

[Bug report] Missing platform load command in TextRecognitionCommon iOS framework #822

Open
kubajakowski opened this issue May 20, 2024 · 2 comments
Assignees

Comments

@kubajakowski
Copy link

Describe the bug
Compiler during the build shows warning No platform load command found in pathToProject/MLKitTextRecognitionCommon, assuming: iOS

AND

It's unable to create xcframework using xcodebuild command - the error says error: unable to determine the platform for the given binary pathToFramework/MLKitTextRecognitionCommon; check your deployment version settings

Only this particular framework has this issue - others are ok.

To Reproduce
Build project and see Xcode log OR
execute otool command to see that platform info is missing OR
try to build xcframework to use in project without cocoapods

Expected behavior
No warning in build log and possibility to build xcframework

SDK Info:

  • GoogleMLKit/TextRecognition 6.0.0

Development Environment:

  • IDE version: Xcode 15.1
@devopsean
Copy link

Any update on this???? same trouble here. Thanks!! @kubajakowski

@rajasekhar-pasupuleti
Copy link

Im also facing same issue
No platform load command found in '/Users/MyUsername/Documents/Flutter_Apps/MyProject/ios/Pods/MLKitTextRecognitionCommon/Frameworks/MLKitTextRecognitionCommon.framework/MLKitTextRecognitionCommon', assuming: iOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants