在使用mfpmigrate辅助工具将IBM Mobilefirst Platform 7.0混合源代码转换为8.0源代码时,我收到以下错误:
C:\Mobilefirst>mfpmigrate client --in C:\Mobilefirst\Example --out C:\Mobilefirst\CordovaNewCode
Error: An error occured during execution of command.
Error: Option '--in' cannot be equal to option '--out'另外,如果我使用的是scan,那么它会显示No deprecated or not supported APIs found.。尽管我在IBM Mobilefirst Platform 7.1及更低版本中使用了前面提到的旧API。
C:\Mobilefirst>mfpmigrate scan --in C:\Mobilefirst\Example --out C:\Mobilefirst\CordovaNewCode
Starting the process to detect deprecated and not supported APIs...
Getting files from C:\Mobilefirst\...
Scanning C:\Mobilefirst\...
No deprecated or not supported APIs found.
Process to detect deprecated and not supported APIs has completed.请让我知道为什么它没有转换混合到cordova IBM MobileFirst Platform 8.0。
谢谢,
发布于 2017-04-08 02:37:35
正如文档中提到的,您必须指向实际的应用程序文件夹,例如../Desktop/InvokingAdapterProcedures/apps/InvokingAdapterProcedures,,并且该应用程序还必须具有iPhone或Android等环境。否则,它将抱怨缺少环境。
https://stackoverflow.com/questions/43170688
复制相似问题