Reedyuk / blue-falcon

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

iOS use #105

Closed jy-98 closed 10 months ago

jy-98 commented 10 months ago

I directly opened the iOS project and reported an error, Showing Recent Issues There is no XCFramework found at '/Users/xxxxx/library/build/XCFrameworks/release/BlueFalcon.xcframework'. There is also no xcframework file in the project

Reedyuk commented 10 months ago

can you run

    cd library
    ./gradlew :assembleBlueFalconXCFramework 

it should generate the required framework

Reedyuk commented 10 months ago

All examples require you to build the project first, as we dont include the binary/framework in the sourcecode.

jy-98 commented 10 months ago

Thanks resolved.