You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Swift UI macOS Project; I want to add this "MarkupEditor" as a Framework or Package to my project.
PLEASE FIND THE ATTACHED FILE.
Below are the steps I have followed.
———————————Adding "MarkupEditor" as a Framework——————————————
Step 1:
Get the source code file from GitHub, build and copy the "MarkupEditor.framework".
Step 2:
Created a sample Xcode Mac OS project, build it, then select the target--> Build settings --> under "Framework,Libraries" click the plus button to select the "MarkupEditor.framework".
I have Swift UI macOS Project; I want to add this "MarkupEditor" as a Framework or Package to my project.
PLEASE FIND THE ATTACHED FILE.
Below are the steps I have followed.
———————————Adding "MarkupEditor" as a Framework——————————————
Step 1:
Get the source code file from GitHub, build and copy the "MarkupEditor.framework".
Step 2:
Created a sample Xcode Mac OS project, build it, then select the target--> Build settings --> under "Framework,Libraries" click the plus button to select the "MarkupEditor.framework".
Step 3:
Then, build, I got the below Error:
Ignoring file '/Users/web_dev/Desktop/Test Markup/Test Markup/
MarkupEditor.framework/MarkupEditor': found architecture 'arm64', required architecture 'x86_64'
Could not find module 'MarkupEditor' for target 'x86_64-apple-macos'; found: arm64-apple-ios
The text was updated successfully, but these errors were encountered: