Skip to content

Commit e826113

Browse files
committed
better debug output
closes coronalabs#69
1 parent 3f29ee0 commit e826113

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/xcode/codesign-framework.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ then
4444
# Default is to sign *all* embedded frameworks in .app bundle
4545
BINARY_FOLDER=$BUILT_PRODUCTS_DIR/$FRAMEWORKS_FOLDER_PATH
4646

47-
echo "Codesign embedded frameworks in folder ($BINARY_FOLDER):"
47+
echo "Codesign embedded frameworks in folder ($BINARY_FOLDER):" || true
4848

4949
for f in "${BINARY_FOLDER}"/*.framework
5050
do

platform/resources/CoronaBuilderPluginCollector.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ local function CollectCoronaPlugins(params)
408408
elseif type(module) == 'table' and type(module.collect) == 'function' then
409409
table.insert(params.pluginLocators, #params.pluginLocators, module)
410410
else
411-
print("WARNING: Invalid locator " .. file .. ". Not a function and does not have 'collect' function field")
411+
print("WARNING: error importing plugin locator " .. file .. ": " .. tostring(module))
412412
end
413413
end
414414
end

0 commit comments

Comments
 (0)