|
|
@@ -36,8 +36,8 @@ bash scripts/dev/build_demo.sh swift
|
|
|
|
|
|
3. 在 Xcode 中运行 App 验证:
|
|
|
- 推荐直接打开根目录 workspace:`QGVAPlayerDev.xcworkspace`(可同时看到 SDK + ObjC Demo + Swift Demo)
|
|
|
-- ObjC: 打开 `QGVAPlayerDemo/QGVAPlayerDemo.xcodeproj`
|
|
|
-- Swift: 打开 `QGVAPlayerDemoSwift/QGVAPlayerDemoSwift.xcodeproj`
|
|
|
+- 在 workspace 中使用共享 Scheme:`QGVAPlayerDemo` / `QGVAPlayerDemoSwift`
|
|
|
+- 不建议优先单独打开 `*.xcodeproj`(会看不到完整联调上下文)
|
|
|
|
|
|
## 4. 备注
|
|
|
- 工程内已调整:`QGVAPlayer` 与 `QGVAPlayerDemo` 的 `IPHONEOS_DEPLOYMENT_TARGET` 为 `12.0`(兼容新 Xcode)。
|