Closed CaptainDario closed 4 months ago
When regenerating the macos project, it is possible to compile the app. But when I add app linking back into the manifest, this error appears
dev/DaKanji/da_kanji/macos/Runner.xcodeproj: error: "Runner" has entitlements that require signing with a development certificate. Enable development signing in the Signing & Capabilities editor. (in target 'Runner' from project 'Runner')
** BUILD FAILED **
When I then enable development signing in XCode, the previous error appears.
Without adding fvp to my app the app runs fine, so I assume that the problem is related to this package even though the error mentions the isar package. Even just by removing fvp from my project it works again.
I guess a codesign option in my dependency breaks other dylibs. Can you try fvp master branch code
Thank you for always helping so fast!
Using
fvp:
git:
url: https://github.com/wang-bin/fvp
branch: master
I am getting this
Error: The pod "mdk" required by the plugin "fvp" requires a higher minimum iOS deployment version than the plugin's reported minimum version.
To build, remove the plugin "fvp", or contact the plugin's developers for assistance.
I do not understand why running on MacOS requires something related to iOS?
Running pod install manually
macos % pod install
Analyzing dependencies
make: Nothing to be done for `all'.
make: Nothing to be done for `all'.
media_kit: INFO: package:media_kit_libs_macos_video found
make: Nothing to be done for `all'.
media_kit: INFO: package:media_kit_libs_macos_video found
[!] CocoaPods could not find compatible versions for pod "mdk":
In snapshot (Podfile.lock):
mdk (= 0.28.0, ~> 0.28.0)
In Podfile:
fvp (from `Flutter/ephemeral/.symlinks/plugins/fvp/darwin`) was resolved to 0.17.0, which depends on
mdk (~> 0.29.1)
Specs satisfying the `mdk (= 0.28.0, ~> 0.28.0), mdk (~> 0.29.1)` dependency were found, but they required a higher minimum deployment target.
I don't know why no error before, no higher minimum deployment target change. checkout master branch again
Pod install --repo-update
Made it install, maybe it would work with this previous commit too. I will check and report back.
It also seems like it is now compiling.
Commit b6020e5e0fe573a762f2c5ea27d2ce07c4f4b4c4
can also be installed when using pod install --repo-update
. Sorry I did not know this.
Thanks! It is working now!
Describe the bug I am currently trying to switch my app's media playback package to this one. However, I am encountering some difficulties. In particular, When I add this package to my pubspec.yaml, I cannot compile on MacOS anymore.
Expected behavior I can compile my app.
Log
I added the full compilation output as a file.
out.txt