Reedyuk / blue-falcon

A Bluetooth kotlin multiplatform "Cross-Platform" library for iOS and Android
https://bluefalcon.dev
Apache License 2.0
328 stars 43 forks source link

No such module 'BlueFalcon' #75

Closed iphonedev4radixweb closed 3 years ago

iphonedev4radixweb commented 3 years ago

opening an example project throw error in DeviceViewModel.swif file

Reedyuk commented 3 years ago

Which example project? Sounds like its not building the framework, you should have a console error in the build. Also What version of xcode and kotlin are you building for?

iphonedev4radixweb commented 3 years ago

example project for iOS . My xcode version is 12.4 . and this is the issue Screenshot 2021-06-29 at 4 50 26 PM I have search for the framework but its not there

Reedyuk commented 3 years ago

Do you have a screenshot or copy of the build output?

iphonedev4radixweb commented 3 years ago

I am getting build time error . there is no build output Screenshot 2021-06-29 at 4 53 29 PM

Reedyuk commented 3 years ago

Do you have kotlin installed?

Reedyuk commented 3 years ago

You have this output? it should show more details on the error. Screenshot 2021-06-29 at 12 22 22

Reedyuk commented 3 years ago

The iOS example needs to be built against a real device target.

Reedyuk commented 3 years ago

Just realised now, the IOS example, you need to open the whole project in Intelli-j and build the project, this will produce a BlueFalcon framework, which you can then use. Here is one i made earlier. BlueFalcon.framework.zip

iphonedev4radixweb commented 3 years ago

ok let me try thanks a lot

Reedyuk commented 3 years ago

Any lick @iphonedev4radixweb ?

Reedyuk commented 3 years ago

Closing due to inactivity.