srplab / starcore_for_flutter

middleware for flutter calling other script languages
140 stars 29 forks source link

Can't run flutter #7

Closed stephaneworkspace closed 5 years ago

stephaneworkspace commented 5 years ago

Hello, I can't run this application

this is my .sh on osx :

flutter clean
cd ios
pod update
cd ..
export STARCORE_PATH='/Users/myname/Documents/source/sprlab/starcore_for_ios'
export STARCORE_PYTHONVERSION='3.6'
export STARCORE_PYTHONLIBRARY='star_python36,python3.6m'
flutter run

i have tried with the pub.dev 0.6.0 and the git clone, same error

Running Xcode build...                                                  

 ├─Assembling Flutter resources...                          22,7s
 └─Compiling, linking and signing...                         6,5s
Xcode build done.                                           33,5s
Failed to build iOS app
Error output from Xcode build:
↳
    ** BUILD FAILED **

Xcode's output:
↳
    === BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug ===
    Debug.xcconfig line 1: Unable to find included file "Pods/Target Support
    Files/Pods-Runner/Pods-Runner.debug.xcconfig"
    Debug.xcconfig line 1: Unable to find included file "Pods/Target Support
    Files/Pods-Runner/Pods-Runner.debug.xcconfig"
    === BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug ===
    /Users/myname/Documents/source/sprlab/starcore_for_flutter/teststarflut/ios
    /Runner/GeneratedPluginRegistrant.m:6:9: fatal error: 'starflut/StarflutPlugin.h'
    file not found
    #import <starflut/StarflutPlugin.h>
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 error generated.

Could not build the application for the simulator.
Error launching application on iPhone 6s.
stephaneworkspace commented 5 years ago

duplicate issue sorry

https://github.com/srplab/starcore_for_flutter/issues/4#issuecomment-445547245