Divyesh Makwana
Divyesh Makwana
I am able to fix it by importing ProgressBar like below: `import ProgressBar from 'progressbar.js/dist/progressbar'`
**---- Step 6 ----** If you are using Vuforia (8.3.8 or similar) and having VuforiaWrapper not found error then add `"$(PRODUCT_NAME)/Unity/Libraries/com.ptc.vuforia.engine/Vuforia/Plugins/iOS"` to the LIBRARY_SEARCH_PATHS in Unity.xcconfig file
@RichardAchilles for step 2, you can achieve the same by adding a build phase before **Unity Rsync** to avoid editing: `sed -i '' 's+Classes/iPhone_Sensors.h+iPhone_Sensors.h+g' "$UNITY_IOS_EXPORT_PATH"/Classes/DynamicLibEngineAPI.mm`
I have created a pull request #3. It also contains Vue devtool fix
This is what I have in my cartfile: `github "dingwilson/SwiftVideoBackground"` And the build error message is as below: ``` /Users/makwana_divyesh/Bitbucket/_repo/RevealViewController/Carthage/Checkouts/SwiftVideoBackground/SwiftVideoBackground/Sources/VideoBackground.swift:61:36: error: 'willEnterForegroundNotification' has been renamed to 'NSNotification.Name.UIApplicationWillEnterForeground' forName: UIApplication.willEnterForegroundNotification, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
Apple Swift version 5.1.3 (swiftlang-1100.0.282.1 clang-1100.0.33.15)
I made a component that has `model-gltf` as a child component. I have a `src` property on the parent component and I have `watch` function which detects if the source...
Is anybody else facing the same issue?