akofman / cordova-plugin-dbmeter

:microphone::mega: Cordova plugin to get decibels from the microphone
Apache License 2.0
34 stars 29 forks source link

Swift Error #12

Open desmeit opened 6 years ago

desmeit commented 6 years ago

I get this error:

Check dependencies
The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. This setting can be set in the build settings editor.
The “Swift Language Version” (SWIFT_VERSION) build setting must be set to a supported value for targets which use Swift. This setting can be set in the build settings editor.

** ARCHIVE FAILED **

My config:

<gap:plugin name="cordova-plugin-add-swift-support" source="npm"/>
    <preference name="UseLegacySwiftLanguageVersion" value="true" />
    <gap:plugin name="cordova-plugin-dbmeter" source="npm"/>
EfrenPerez94 commented 6 years ago

Hello, can you give more information about your error? sometimes this problem is showed when you migrate your project from swift x to a new version, well, here is a useful information from someone with a similar problem I hope that this could help you, maybe you should put more information about your issues, see you :)

jeremyTyriaux commented 5 years ago

did you try : cordova plugin add cordova-plugin-add-swift-support

EYALIN commented 1 year ago

@jeremyTyriaux @desmeit @EfrenPerez94 this issue has been fixed at my forked repo ( can see https://github.com/akofman/cordova-plugin-dbmeter/issues/25)